@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");

* {
    padding: 0px;
    margin: 0px;
}

:root {
    --primary-font: "Poppins", sans-serif;
    --secondary-font: 'Source Sans Pro', sans-serif;
}

body,
html {
    font-family: 'Montserrat', sans-serif;
    -webkit-print-color-adjust: exact;
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    border-radius: 8px;
    margin: 0 auto;
    max-width: 450px;
    min-height: 1000px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bg-img {
    position: absolute;
    /* background-color: #120037; */
    /* top: 0; */
    z-index: -99;
    max-width: 450px;
    min-height: 1000px;
    width: 100%;
    height: 100%;
}

.bg-img img {
    width: 100%;
    height: 100%;
}

#downloadPdf {
    background: transparent;
    border: none;
    cursor: pointer;
}

#downloadPdf>div {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
}

#downloadPdf>div>img {
    margin: 0 !important;
}

#pdfIcon>img {
    z-index: 2;
    width: 32px;
    height: 35px;
}

.btnText {
    font-family: var(--secondary-font);
    font-weight: 600;
    font-size: 15px;
    line-height: 148%;
    color: #000000;
    /* padding-bottom: 10px; */
}

.share-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
    padding-left: 20px;
}

#paymentLink {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.btnIcons {
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.share>button {

    position: absolute;
    bottom: 25px;
    right: 18px;


    border: none;
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5px;
}

.share img {
    width: 88px;
    border-radius: 4px;
    /* height: 26.15px; */
}

.heading {
    text-align: center;
    min-height: 300px;
    /* margin: auto; */
    width: 100%;
    word-break: break-word;
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-img {
    width: 84%;
    margin-left: 61px;
    position: relative;
    /* background-color: #fff; */
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
}

.heading img {
    width: 135px;
    margin: auto;
    object-fit: contain;
}

.companyName {
    font-family: var(--primary-font);
    font-weight: 700;
    font-size: 24px;
    color: #000000;
    /* text-align: center; */

    display: block;
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.informations {
    width: 82%;
    margin-left: 61px;
    margin-top: 15px;
    position: relative;
    padding-right: 5px !important;
}

.information {
    width: 84%;
    margin: 5px auto 0 66px;
    margin-right: 5px;
}

.information p {
    text-align: center;
    margin: auto;
    /* height: 40px; */
    font-family: var(--primary-font);
    color: #000000;
    font-weight: 300;
    font-size: 13px;
    line-height: 148%;
    /* margin-top: 5px; */

    display: block;
    display: -webkit-box;
    max-width: 400px;

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.informations h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 148%;
    font-family: var(--primary-font);
    color: #000000;
    margin-top: 5px;
    padding-right: 5px;

    display: block;
    display: -webkit-box;
    max-width: 400px;

    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.share-social-link {

    box-shadow: 0px -1px 4px rgba(195, 195, 195, 0.25), 0px 2px 4px rgba(195, 195, 195, 0.25);


    background: white;
    height: 30px;
    width: 102px;
    border-radius: 6px;
    margin: auto;
    display: flex;
    justify-content: center;
    border: none;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.share-social-link img {
    height: 12px;
    width: 11px;
}

.share-social-link h4 {
    color: #000000;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
}


.logo-box {
    /* position: absolute;
    top: -30px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* margin: 40px auto !important; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 230px;
    gap: 7px;
}

.logo-box .logo {
    /* height: 44.36px; */
    width: 43.82px;
}

.logo-box .logo img {
    height: 100%;
    width: 100%;
}


.saveContact {
    height: auto;
    gap: 10px;
    /* margin: auto; */
    /* margin: 34px 70px 0px 50px; */
    position: absolute;
    /* width: 100%; */
    /* top: 617px; */
    bottom: 174px;
    left: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.saveContact .centerData .saveContactText p {
    color: #000000;
    font-family: var(--secondary-font);
    padding-left: 5px;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    line-height: 148%;
}

.contact-info {
    height: 258px !important;
    gap: 10px;
    /* margin:25px auto auto 25px; */
    margin: 40px 10px 10px 35px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fontstyle {
    color: #000000;
    font-family: var(--secondary-font);
    padding-left: 10px;
    word-break: break-word;
    font-weight: 400;
    font-size: 20px;
    line-height: 148%;
}

.info-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
}

.info {
    width: 100% !important;
}

.info a {
    display: none;
}

.info-box .logo {
    display: flex;
    align-items: center;
}

.info-box .logo img {
    width: 33px;
    height: 33px;
}

.centerData {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-content {
    position: absolute;
    width: 100%;
    bottom: 100px;
}

.store-box {
    position: absolute;
    bottom: 14px;
    left: 40px;

    display: flex;
    /* justify-content: start; */
    /* width: 100%; */
    /* gap: 10px; */
}

/* .store-box .leftSide {
    width: 45%;
} */

.store-box .leftSideInner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    width: 100%;
}


.rightSide {
    position: absolute;
    top: 15px;
    left: 10px;
    /* display: flex;
    justify-content: center;
    align-items: center;

    width: 50%; */
}

.storeBoxItem #playStore img {
    width: 157px;
    /* height: 57.62px; */
}

#playStore img,
#appStore img {
    width: 51px;
    height: 42px;
}

/* Footer section for save contact and whatsapp */

.footer-section {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 25px;
    box-shadow: 0 0px 3px #c3c3c3;
}

.box_1 {
    background: #FFFFFF;
    /* box-shadow: 0px 2px 4px rgba(195, 195, 195, 0.25); */
}

.box_2 {
    background: #193D82;
}

.box_1,
.box_2 {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 37px;
}

.footerData {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.footerData #DownloadVCF_logo {
    width: 25px;
    margin-left: 7px;
}

.footerData #WhatsApp_logo {
    width: 35px;
}

.box_1 .logo {
    height: 33.93px;
    width: 33.93px;
}

.box_1 .logo {
    height: 27px;
    width: 27px;
}

.p_text {
    font-family: var(--secondary-font);
    font-style: normal;
    font-weight: 600;
    padding-left: 5px;
}

.box_1 .p_text {
    color: #000000;
    font-size: 16px;
}

.box_2 .p_text {
    color: #FFFFFF;
    font-size: 14px;

}

.shareWhatsapp {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;

}

.shareOnWhatsapp {
    height: 37px;
    width: 70%;
    display: flex;
    justify-content: center;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #3BAD21;

}

.footer_box_1 {
    position: relative;
    height: 100%;
    width: 100%;

}

.footer_box_1 input {
    background-color: transparent;
    border: none;
    width: 65%;
    height: 70%;
    display: flex;
    justify-items: center;
    margin-left: auto;
    margin-top: 6px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
    margin-right: 5px;
}

.footer_box_1 input:focus {
    outline: none;
}

.footer_box_1 span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
}

.footer_box_2 {
    height: 100%;
    background-color: #3BAD21;
    border: 1px solid #3BAD21;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_box_2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    height: 100%;
    width: 100%;
}



.footer_box_2 img {
    width: 20px;
}

.footer_box_2 h4 {
    font-family: var(--secondary-font);
    color: #FFFFFF;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    padding-left: 5px;
}


/* #adbFooter  */
#adbFooter a {
    text-decoration: none;
    font-size: 12px !important;
}

.adb-footer p {
    font-size: 12px !important;
}

.countView {
    padding: 0px 10px !important;
}


img[src=""] {
    display: none;
}


.popUpSocialLink {
    display: flex;
    justify-content: center;
}

.popUpSocial {
    position: absolute;
    z-index: 999999;
    position: absolute;
    width: 80%;
    /* height: 404px; */
    top: 270px;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 30px 0px 10px 0px;
}

.popUpSocial h4 {
    margin-left: 30px;
}

.popUpSocial .logo-box {
    width: 80%;
    display: flex;
    justify-content: start;
}

.socialLinkCloseToggle {
    position: absolute;
    background-color: #000000;
    border-radius: 50%;
    color: #FFFFFF;
    right: 20px;
    top: 20px;
    width: 28px;
    height: 28px;
}

.socialLinkCloseToggle:hover {
    opacity: 1;
}

.socialLinkCloseToggle:before,
.socialLinkCloseToggle:after {
    position: absolute;
    color: #FFFFFF;
    top: 5.5px;
    left: 12.5px;
    content: ' ';
    height: 15px;
    width: 2px;
    background-color: #FFFFFF;
}

.socialLinkCloseToggle:before {
    transform: rotate(45deg);
}

.socialLinkCloseToggle:after {
    transform: rotate(-45deg);
}

.social-logo-box {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 35px;
    padding: 15px 0px 0px 20px;
}

.social-logo-box .svg-box img {
    height: 79px;
    width: 77px
}

/* Media Query */
@media only screen and (max-width:400px) {

    .contact-info {
        height: 248px !important;
        margin: 24px auto 24px auto;

    }



    .saveContact {
        left: 51px;
    }

    .heading {
        margin-bottom: 15px;
    }

    /* .contact-info {
        width: 80%;
    } */

    .logo-box {
        gap: 3px;
    }

    .footer_box_1 span {
        left: 15px;
    }

    .footer_box_2 h4,
    .box_2 .p_text {
        font-size: 12px;
    }

    .box_1 .p_text {
        font-size: 15px;
    }

    .social-logo-box {
        gap: 15px;
    }

    .store-box {
        gap: 10px;
        margin-bottom: 5px;
    }
}